home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / discosue.swf / scripts / DefineButton2_1190 / BUTTONCONDACTION on(release).as
Text File  |  2013-04-24  |  134b  |  8 lines

  1. on(release){
  2.    if(Number(_root.m3._currentframe) == 6)
  3.    {
  4.       _root.m4.gotoAndStop(1);
  5.    }
  6.    _root.m3.gotoAndStop(4);
  7. }
  8.